home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 Ekstra 100 Spil / K-CD_2003_Ekstra_100_Spil.iso / Action / GLtron / GLtron-0.62-setup.exe / {app} / scripts / basics.lua < prev    next >
Text File  |  2002-12-21  |  116b  |  9 lines

  1. function script_print(...)
  2.    write("[script] ")
  3.    for i=1,arg.n do
  4.       write(arg[i])
  5.    end
  6.    write("\n")
  7. end
  8.  
  9.